projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
456c617
)
(decode_mode_spec): Support %+.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 13 Feb 1994 02:06:55 +0000
(
02:06
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 13 Feb 1994 02:06:55 +0000
(
02:06
+0000)
src/xdisp.c
patch
|
blob
|
history
diff --git
a/src/xdisp.c
b/src/xdisp.c
index 92a9b6fba495e4a17d29fd5e4099504521272082..d17a43e64081a695c6dc2459659c768fed4e45c0 100644
(file)
--- a/
src/xdisp.c
+++ b/
src/xdisp.c
@@
-2839,6
+2839,11
@@
decode_mode_spec (w, c, maxwidth)
return "*";
return "-";
+ case '+':
+ if (MODIFF > current_buffer->save_modified)
+ return "*";
+ return "-";
+
case 's':
/* status of process */
obj = Fget_buffer_process (Fcurrent_buffer ());